[INFO] cloning repository https://github.com/Dipraise1/warpcore
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Dipraise1/warpcore" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDipraise1%2Fwarpcore", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDipraise1%2Fwarpcore'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d48155a7b2c19b849c0dceeb2c6c7f4b295ca0b
[INFO] testing Dipraise1/warpcore against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FDipraise1%2Fwarpcore" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Dipraise1/warpcore
[INFO] finished tweaking git repo https://github.com/Dipraise1/warpcore
[INFO] tweaked toml for git repo https://github.com/Dipraise1/warpcore written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Dipraise1/warpcore on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Dipraise1/warpcore already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95d13db9248bb0d3aef6cf76960ff85da2b6c5921d6058465a2ad4c6f17402ab
[INFO] running `Command { std: "docker" "start" "-a" "95d13db9248bb0d3aef6cf76960ff85da2b6c5921d6058465a2ad4c6f17402ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95d13db9248bb0d3aef6cf76960ff85da2b6c5921d6058465a2ad4c6f17402ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95d13db9248bb0d3aef6cf76960ff85da2b6c5921d6058465a2ad4c6f17402ab", kill_on_drop: false }`
[INFO] [stdout] 95d13db9248bb0d3aef6cf76960ff85da2b6c5921d6058465a2ad4c6f17402ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cee027431b74c29b168a3b3c7bae4458ec2be589fdf36accb34bf9a47461f8ea
[INFO] running `Command { std: "docker" "start" "-a" "cee027431b74c29b168a3b3c7bae4458ec2be589fdf36accb34bf9a47461f8ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling itoa v1.0.18
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling warpcore v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.82s
[INFO] running `Command { std: "docker" "inspect" "cee027431b74c29b168a3b3c7bae4458ec2be589fdf36accb34bf9a47461f8ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cee027431b74c29b168a3b3c7bae4458ec2be589fdf36accb34bf9a47461f8ea", kill_on_drop: false }`
[INFO] [stdout] cee027431b74c29b168a3b3c7bae4458ec2be589fdf36accb34bf9a47461f8ea
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f725652139b891e22a755f27eef1d47026ff606712604f822a45c8c8133a1ce8
[INFO] running `Command { std: "docker" "start" "-a" "f725652139b891e22a755f27eef1d47026ff606712604f822a45c8c8133a1ce8", kill_on_drop: false }`
[INFO] [stderr]    Compiling warpcore v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.36s
[INFO] running `Command { std: "docker" "inspect" "f725652139b891e22a755f27eef1d47026ff606712604f822a45c8c8133a1ce8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f725652139b891e22a755f27eef1d47026ff606712604f822a45c8c8133a1ce8", kill_on_drop: false }`
[INFO] [stdout] f725652139b891e22a755f27eef1d47026ff606712604f822a45c8c8133a1ce8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6678f94adb66e57da6e2693509f973c55e192b8ceb4c5fd57712a2210119cff4
[INFO] running `Command { std: "docker" "start" "-a" "6678f94adb66e57da6e2693509f973c55e192b8ceb4c5fd57712a2210119cff4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/warpcore-4d65f9f16d01f02c)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test analyzer::tests::classifies_shared_global_accounts_as_high_severity ... ok
[INFO] [stdout] test analyzer::tests::filters_conflicts_by_severity_and_top ... ok
[INFO] [stdout] test analyzer::tests::builds_conflicts_for_shared_writable_accounts ... ok
[INFO] [stdout] test analyzer::tests::detects_mutable_and_shared_accounts ... ok
[INFO] [stdout] test analyzer::tests::analyzes_anchor_idl_json ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/brain.rs (/opt/rustwide/target/debug/deps/warpcore-2505b2993fce87e5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/idl_snapshots.rs (/opt/rustwide/target/debug/deps/idl_snapshots-0100f6697ca60163)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test idl_single_snapshot ... ok
[INFO] [stdout] test idl_directory_snapshot ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- idl_directory_snapshot stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'idl_directory_snapshot' (25) panicked at tests/idl_snapshots.rs:17:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "{\n  \"path\": \"tests/fixtures/idl_directory\",\n  \"analysis_mode\": \"AnchorIdl\",\n  \"files_scanned\": 2,\n  \"instruction_contexts\": 2,\n  \"total_accounts\": 4,\n  \"mutable_accounts\": [\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory/a.json\",\n      \"line\": 0,\n      \"context\": \"deposit\",\n      \"reason\": \"declared mutable in Anchor IDL\"\n    },\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory/b.json\",\n      \"line\": 0,\n      \"context\": \"withdraw\",\n      \"reason\": \"declared mutable in Anchor IDL\"\n    }\n  ],\n  \"shared_accounts\": [\n    {\n      \"name\": \"user\",\n      \"file\": \"tests/fixtures/idl_directory\",\n      \"line\": 0,\n      \"context\": \"IDL\",\n      \"reason\": \"appears in 2 instruction contexts\"\n    },\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory\",\n      \"line\": 0,\n      \"context\": \"IDL\",\n      \"reason\": \"appears in 2 instruction contexts\"\n    }\n  ],\n  \"repeated_accounts\": [\n    [\n      \"user\",\n      2\n    ],\n    [\n      \"vault\",\n      2\n    ]\n  ],\n  \"hotspots\": [\n    {\n      \"name\": \"vault\",\n      \"total_occurrences\": 2,\n      \"writable_occurrences\": 2,\n      \"context_count\": 2,\n      \"contexts\": [\n        \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"withdraw @ tests/fixtures/idl_directory/b.json\"\n      ]\n    },\n    {\n      \"name\": \"user\",\n      \"total_occurrences\": 2,\n      \"writable_occurrences\": 0,\n      \"context_count\": 2,\n      \"contexts\": [\n        \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"withdraw @ tests/fixtures/idl_directory/b.json\"\n      ]\n    }\n  ],\n  \"conflicts\": [\n    {\n      \"left_context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n      \"right_context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n      \"shared_accounts\": [\n        \"vault\"\n      ],\n      \"severity\": \"High\",\n      \"suggestions\": [\n        \"Split `vault` into narrower PDAs so unrelated instructions stop sharing it.\",\n        \"Remove unnecessary `mut` annotations from any account that is only read.\",\n        \"Separate hot state from configuration and admin flows so unrelated traffic stops contending.\"\n      ]\n    }\n  ],\n  \"conflict_graph\": {\n    \"nodes\": [\n      {\n        \"context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n        \"file\": \"tests/fixtures/idl_directory/b.json\",\n        \"line\": 0,\n        \"account_count\": 2,\n        \"writable_account_count\": 1\n      },\n      {\n        \"context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"file\": \"tests/fixtures/idl_directory/a.json\",\n        \"line\": 0,\n        \"account_count\": 2,\n        \"writable_account_count\": 1\n      }\n    ],\n    \"edges\": [\n      {\n        \"left_context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n        \"right_context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"shared_accounts\": [\n          \"vault\"\n        ],\n        \"severity\": \"High\",\n        \"suggestions\": [\n          \"Split `vault` into narrower PDAs so unrelated instructions stop sharing it.\",\n          \"Remove unnecessary `mut` annotations from any account that is only read.\",\n          \"Separate hot state from configuration and admin flows so unrelated traffic stops contending.\"\n        ]\n      }\n    ]\n  },\n  \"score\": 39,\n  \"security_warnings\": [\n    {\n      \"kind\": \"NoSigner\",\n      \"instruction\": \"withdraw\",\n      \"account\": \"\",\n      \"message\": \"`withdraw` mutates accounts but declares no signer — any caller can invoke it\"\n    },\n    {\n      \"kind\": \"NoSigner\",\n      \"instruction\": \"deposit\",\n      \"account\": \"\",\n      \"message\": \"`deposit` mutates accounts but declares no signer — any caller can invoke it\"\n    }\n  ]\n}"
[INFO] [stdout]  right: "{\n  \"path\": \"tests/fixtures/idl_directory\",\n  \"analysis_mode\": \"AnchorIdl\",\n  \"files_scanned\": 2,\n  \"instruction_contexts\": 2,\n  \"total_accounts\": 4,\n  \"mutable_accounts\": [\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory/a.json\",\n      \"line\": 0,\n      \"context\": \"deposit\",\n      \"reason\": \"declared mutable in Anchor IDL\"\n    },\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory/b.json\",\n      \"line\": 0,\n      \"context\": \"withdraw\",\n      \"reason\": \"declared mutable in Anchor IDL\"\n    }\n  ],\n  \"shared_accounts\": [\n    {\n      \"name\": \"user\",\n      \"file\": \"tests/fixtures/idl_directory\",\n      \"line\": 0,\n      \"context\": \"IDL\",\n      \"reason\": \"appears in 2 instruction contexts\"\n    },\n    {\n      \"name\": \"vault\",\n      \"file\": \"tests/fixtures/idl_directory\",\n      \"line\": 0,\n      \"context\": \"IDL\",\n      \"reason\": \"appears in 2 instruction contexts\"\n    }\n  ],\n  \"repeated_accounts\": [\n    [\n      \"user\",\n      2\n    ],\n    [\n      \"vault\",\n      2\n    ]\n  ],\n  \"hotspots\": [\n    {\n      \"name\": \"vault\",\n      \"total_occurrences\": 2,\n      \"writable_occurrences\": 2,\n      \"context_count\": 2,\n      \"contexts\": [\n        \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"withdraw @ tests/fixtures/idl_directory/b.json\"\n      ]\n    },\n    {\n      \"name\": \"user\",\n      \"total_occurrences\": 2,\n      \"writable_occurrences\": 0,\n      \"context_count\": 2,\n      \"contexts\": [\n        \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"withdraw @ tests/fixtures/idl_directory/b.json\"\n      ]\n    }\n  ],\n  \"conflicts\": [\n    {\n      \"left_context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n      \"right_context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n      \"shared_accounts\": [\n        \"vault\"\n      ],\n      \"severity\": \"High\",\n      \"suggestions\": [\n        \"Split `vault` into narrower PDAs so unrelated instructions stop sharing it.\",\n        \"Remove unnecessary `mut` annotations from any account that is only read.\",\n        \"Separate hot state from configuration and admin flows so unrelated traffic stops contending.\"\n      ]\n    }\n  ],\n  \"conflict_graph\": {\n    \"nodes\": [\n      {\n        \"context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"file\": \"tests/fixtures/idl_directory/a.json\",\n        \"line\": 0,\n        \"account_count\": 2,\n        \"writable_account_count\": 1\n      },\n      {\n        \"context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n        \"file\": \"tests/fixtures/idl_directory/b.json\",\n        \"line\": 0,\n        \"account_count\": 2,\n        \"writable_account_count\": 1\n      }\n    ],\n    \"edges\": [\n      {\n        \"left_context\": \"deposit @ tests/fixtures/idl_directory/a.json\",\n        \"right_context\": \"withdraw @ tests/fixtures/idl_directory/b.json\",\n        \"shared_accounts\": [\n          \"vault\"\n        ],\n        \"severity\": \"High\",\n        \"suggestions\": [\n          \"Split `vault` into narrower PDAs so unrelated instructions stop sharing it.\",\n          \"Remove unnecessary `mut` annotations from any account that is only read.\",\n          \"Separate hot state from configuration and admin flows so unrelated traffic stops contending.\"\n        ]\n      }\n    ]\n  },\n  \"score\": 39,\n  \"security_warnings\": [\n    {\n      \"kind\": \"NoSigner\",\n      \"instruction\": \"deposit\",\n      \"account\": \"\",\n      \"message\": \"`deposit` mutates accounts but declares no signer — any caller can invoke it\"\n    },\n    {\n      \"kind\": \"NoSigner\",\n      \"instruction\": \"withdraw\",\n      \"account\": \"\",\n      \"message\": \"`withdraw` mutates accounts but declares no signer — any caller can invoke it\"\n    }\n  ]\n}"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c72c8c93ab8 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c72c8c93ab8 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c72c8c93ab8 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c72c8c93ab8 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c72c8ca82fa - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c72c8ca82fa - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5c72c8c98542 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c72c8c98542 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c72c8c71cb6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c72c8c71cb6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c72c8c8b919 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c72c8b8886c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5c72c8b8886c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c72c8c8bad2 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5c72c8c8bad2 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c72c8c71d72 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c72c8c66d89 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c72c8c72a8d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c72c8ca8a8c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c72c8ca8943 - core[28b146924c2f19c6]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5c72c8b70736 - core[28b146924c2f19c6]::panicking::assert_failed::<&str, &str>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5c72c8b7556a - idl_snapshots[f9561b21d894be33]::assert_snapshot
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/idl_snapshots.rs:17:5
[INFO] [stdout]   22:     0x5c72c8b756fe - idl_snapshots[f9561b21d894be33]::idl_directory_snapshot
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/idl_snapshots.rs:30:5
[INFO] [stdout]   23:     0x5c72c8b75227 - idl_snapshots[f9561b21d894be33]::idl_directory_snapshot::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/idl_snapshots.rs:29:28
[INFO] [stdout]   24:     0x5c72c8b769d6 - <idl_snapshots[f9561b21d894be33]::idl_directory_snapshot::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5c72c8b7b94b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5c72c8b7b94b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   27:     0x5c72c8b891c5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   28:     0x5c72c8b891c5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   29:     0x5c72c8b891c5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   30:     0x5c72c8b891c5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   31:     0x5c72c8b891c5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x5c72c8b891c5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   33:     0x5c72c8b891c5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   34:     0x5c72c8b83d24 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   35:     0x5c72c8b83d24 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   36:     0x5c72c8b8c242 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   37:     0x5c72c8b8c242 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   38:     0x5c72c8b8c242 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   39:     0x5c72c8b8c242 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   40:     0x5c72c8b8c242 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x5c72c8b8c242 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   42:     0x5c72c8b8c242 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x5c72c8c92f0f - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   44:     0x5c72c8c92f0f - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   45:     0x735a09ad1aa4 - <unknown>
[INFO] [stdout]   46:     0x735a09b5ea64 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     idl_directory_snapshot
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test idl_snapshots`
[INFO] running `Command { std: "docker" "inspect" "6678f94adb66e57da6e2693509f973c55e192b8ceb4c5fd57712a2210119cff4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6678f94adb66e57da6e2693509f973c55e192b8ceb4c5fd57712a2210119cff4", kill_on_drop: false }`
[INFO] [stdout] 6678f94adb66e57da6e2693509f973c55e192b8ceb4c5fd57712a2210119cff4
